Html Css Color HEX #CFB213 Bird Flower

📋 copy color: '#CFB213'

red 207 ◦ green 178 ◦ blue 19

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

Shades of Bird Flower #CFB213

Tints of Bird Flower #CFB213

RGB

 RED value IS 207 (81.25% from 255) = 51.24%

 GREEN value IS 178 (69.92% from 255) = 44.06%

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 51.24%
G = 44.06%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFB213 (or 0xCFB213) is known color: Bird Flower. HEX triplet: CF, B2 and 13. RGB value is (207,178,19). Sum of RGB (Red+Green+Blue) = 207+178+19=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB213 is #304DEC. Grayscale: #A9A9A9. Windows color (decimal): -3165677 or 1290959. OLE color: 1290959.

HSL color Cylindrical-coordinate representation of color #CFB213: hue angle of 50.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFB213 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 19 -
CMYK 0 0.14 0.91 0.19
HSL 50.74º 0.83% 0.44% -
HSV(B) 50.74º 0.91% 0.81% -
XYZ 41.77 45.15 7.13 -
YUV 168.55 43.61 155.43 -
System Red Green Blue C M Y K H S L
Decimal 207 178 19 0 0.14 0.91 0.19 50.74 0.83 0.44
Hex CF B2 13 0 E 5B 13 33 53 2C
Octal 317 262 23 0 16 133 23 63 123 54
Binary 11001111 10110010 10011 0 1110 1011011 10011 110011 1010011 101100

Color Harmonies of #CFB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB213

Black with #CFB213

Text Example


Text Example

White with #CFB213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB213; }

 p { color: rgb(207,178,19); }

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

background-color css

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

 a { background-color: rgb(207,178,19); }

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

border-color css

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

 span { border-color: rgb(207,178,19); }

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