Html Css Color HEX #C4C01D Bird Flower

📋 copy color: '#C4C01D'

red 196 ◦ green 192 ◦ blue 29

#C4C01D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C4C01D

Tints of Bird Flower #C4C01D

RGB

 RED value IS 196 (76.95% from 255) = 47%

 GREEN value IS 192 (75.39% from 255) = 46.04%

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 47%
G = 46.04%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C4C01D (or 0xC4C01D) is known color: Bird Flower. HEX triplet: C4, C0 and 1D. RGB value is (196,192,29). Sum of RGB (Red+Green+Blue) = 196+192+29=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C01D is #3B3FE2. Grayscale: #AFAFAF. Windows color (decimal): -3882979 or 1949892. OLE color: 1949892.

HSL color Cylindrical-coordinate representation of color #C4C01D: hue angle of 58.56º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4C01D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 29 -
CMYK 0 0.02 0.85 0.23
HSL 58.56º 0.74% 0.44% -
HSV(B) 58.56º 0.85% 0.77% -
XYZ 41.84 49.52 8.52 -
YUV 174.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 196 192 29 0 0.02 0.85 0.23 58.56 0.74 0.44
Hex C4 C0 1D 0 2 55 17 3B 4A 2C
Octal 304 300 35 0 2 125 27 73 112 54
Binary 11000100 11000000 11101 0 10 1010101 10111 111011 1001010 101100

Color Harmonies of #C4C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C01D

Black with #C4C01D

Text Example


Text Example

White with #C4C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C01D; }

 p { color: rgb(196,192,29); }

 H1.HeaderClassName
 {
   color: #C4C01D;
 }
 .AnyTagClassName
 {
   color: #C4C01D;
 }
</style>

background-color css

<style>
 a { background-color: #C4C01D; }

 a { background-color: rgb(196,192,29); }

 div.DivClassName
 {
   background-color: #C4C01D;
 }
 .BgClassName
 {
   background-color: #C4C01D;
 }
</style>

border-color css

<style>
 span { border-color: #C4C01D; }

 span { border-color: rgb(196,192,29); }

 td.TdClassName
 {
   border-color: #C4C01D;
 }
 .TagClassName
 {
   border-color: #C4C01D;
 }
</style>