Html Css Color HEX #C4B417 Bird Flower

📋 copy color: '#C4B417'

red 196 ◦ green 180 ◦ blue 23

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

Shades of Bird Flower #C4B417

Tints of Bird Flower #C4B417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.11%

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 49.12%
G = 45.11%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C4B417 (or 0xC4B417) is known color: Bird Flower. HEX triplet: C4, B4 and 17. RGB value is (196,180,23). Sum of RGB (Red+Green+Blue) = 196+180+23=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B417 is #3B4BE8. Grayscale: #A7A7A7. Windows color (decimal): -3886057 or 1553604. OLE color: 1553604.

HSL color Cylindrical-coordinate representation of color #C4B417: hue angle of 54.45º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4B417 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 23 -
CMYK 0 0.08 0.88 0.23
HSL 54.45º 0.79% 0.43% -
HSV(B) 54.45º 0.88% 0.77% -
XYZ 39.24 44.44 7.32 -
YUV 166.89 46.8 148.77 -
System Red Green Blue C M Y K H S L
Decimal 196 180 23 0 0.08 0.88 0.23 54.45 0.79 0.43
Hex C4 B4 17 0 8 58 17 36 4F 2B
Octal 304 264 27 0 10 130 27 66 117 53
Binary 11000100 10110100 10111 0 1000 1011000 10111 110110 1001111 101011

Color Harmonies of #C4B417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B417

Black with #C4B417

Text Example


Text Example

White with #C4B417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B417; }

 p { color: rgb(196,180,23); }

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

background-color css

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

 a { background-color: rgb(196,180,23); }

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

border-color css

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

 span { border-color: rgb(196,180,23); }

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