Html Css Color HEX #CFB219 Bird Flower

📋 copy color: '#CFB219'

red 207 ◦ green 178 ◦ blue 25

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

Shades of Bird Flower #CFB219

Tints of Bird Flower #CFB219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.1%

R = 50.49%
G = 43.41%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFB219 (or 0xCFB219) is known color: Bird Flower. HEX triplet: CF, B2 and 19. RGB value is (207,178,25). Sum of RGB (Red+Green+Blue) = 207+178+25=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB219 is #304DE6. Grayscale: #A9A9A9. Windows color (decimal): -3165671 or 1684175. OLE color: 1684175.

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

Color convert

RGB 207 178 25 -
CMYK 0 0.14 0.88 0.19
HSL 50.44º 0.78% 0.45% -
HSV(B) 50.44º 0.88% 0.81% -
XYZ 41.83 45.18 7.44 -
YUV 169.23 46.61 154.94 -
System Red Green Blue C M Y K H S L
Decimal 207 178 25 0 0.14 0.88 0.19 50.44 0.78 0.45
Hex CF B2 19 0 E 58 13 32 4E 2D
Octal 317 262 31 0 16 130 23 62 116 55
Binary 11001111 10110010 11001 0 1110 1011000 10011 110010 1001110 101101

Color Harmonies of #CFB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB219

Black with #CFB219

Text Example


Text Example

White with #CFB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB219; }

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

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

background-color css

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

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

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

border-color css

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

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

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