Html Css Color HEX #CFC213 Bird Flower

📋 copy color: '#CFC213'

red 207 ◦ green 194 ◦ blue 19

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

Shades of Bird Flower #CFC213

Tints of Bird Flower #CFC213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

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

R = 49.29%
G = 46.19%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFC213 (or 0xCFC213) is known color: Bird Flower. HEX triplet: CF, C2 and 13. RGB value is (207,194,19). Sum of RGB (Red+Green+Blue) = 207+194+19=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC213 is #303DEC. Grayscale: #B2B2B2. Windows color (decimal): -3161581 or 1295055. OLE color: 1295055.

HSL color Cylindrical-coordinate representation of color #CFC213: hue angle of 55.85º 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 #CFC213 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 194 19 -
CMYK 0 0.06 0.91 0.19
HSL 55.85º 0.83% 0.44% -
HSV(B) 55.85º 0.91% 0.81% -
XYZ 45.14 51.9 8.25 -
YUV 177.94 38.31 148.73 -
System Red Green Blue C M Y K H S L
Decimal 207 194 19 0 0.06 0.91 0.19 55.85 0.83 0.44
Hex CF C2 13 0 6 5B 13 38 53 2C
Octal 317 302 23 0 6 133 23 70 123 54
Binary 11001111 11000010 10011 0 110 1011011 10011 111000 1010011 101100

Color Harmonies of #CFC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC213

Black with #CFC213

Text Example


Text Example

White with #CFC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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