Html Css Color HEX #CFB519 Bird Flower

📋 copy color: '#CFB519'

red 207 ◦ green 181 ◦ blue 25

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

Shades of Bird Flower #CFB519

Tints of Bird Flower #CFB519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.83%

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

R = 50.12%
G = 43.83%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFB519 (or 0xCFB519) is known color: Bird Flower. HEX triplet: CF, B5 and 19. RGB value is (207,181,25). Sum of RGB (Red+Green+Blue) = 207+181+25=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB519 is #304AE6. Grayscale: #ABABAB. Windows color (decimal): -3164903 or 1684943. OLE color: 1684943.

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

Color convert

RGB 207 181 25 -
CMYK 0 0.13 0.88 0.19
HSL 51.43º 0.78% 0.45% -
HSV(B) 51.43º 0.88% 0.81% -
XYZ 42.43 46.38 7.64 -
YUV 170.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 207 181 25 0 0.13 0.88 0.19 51.43 0.78 0.45
Hex CF B5 19 0 D 58 13 33 4E 2D
Octal 317 265 31 0 15 130 23 63 116 55
Binary 11001111 10110101 11001 0 1101 1011000 10011 110011 1001110 101101

Color Harmonies of #CFB519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB519

Black with #CFB519

Text Example


Text Example

White with #CFB519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB519; }

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

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

background-color css

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

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

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

border-color css

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

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

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