Html Css Color HEX #C4B718 Bird Flower

📋 copy color: '#C4B718'

red 196 ◦ green 183 ◦ blue 24

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

Shades of Bird Flower #C4B718

Tints of Bird Flower #C4B718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 48.64%
G = 45.41%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C4B718 (or 0xC4B718) is known color: Bird Flower. HEX triplet: C4, B7 and 18. RGB value is (196,183,24). Sum of RGB (Red+Green+Blue) = 196+183+24=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B718 is #3B48E7. Grayscale: #A9A9A9. Windows color (decimal): -3885288 or 1619908. OLE color: 1619908.

HSL color Cylindrical-coordinate representation of color #C4B718: hue angle of 55.47º degrees, saturation: 0.78, 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 #C4B718 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 183 24 -
CMYK 0 0.07 0.88 0.23
HSL 55.47º 0.78% 0.43% -
HSV(B) 55.47º 0.88% 0.77% -
XYZ 39.86 45.67 7.58 -
YUV 168.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 196 183 24 0 0.07 0.88 0.23 55.47 0.78 0.43
Hex C4 B7 18 0 7 58 17 37 4E 2B
Octal 304 267 30 0 7 130 27 67 116 53
Binary 11000100 10110111 11000 0 111 1011000 10111 110111 1001110 101011

Color Harmonies of #C4B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B718

Black with #C4B718

Text Example


Text Example

White with #C4B718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B718; }

 p { color: rgb(196,183,24); }

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

background-color css

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

 a { background-color: rgb(196,183,24); }

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

border-color css

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

 span { border-color: rgb(196,183,24); }

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