Html Css Color HEX #CFC019 Bird Flower

📋 copy color: '#CFC019'

red 207 ◦ green 192 ◦ blue 25

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

Shades of Bird Flower #CFC019

Tints of Bird Flower #CFC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

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

R = 48.82%
G = 45.28%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFC019 (or 0xCFC019) is known color: Bird Flower. HEX triplet: CF, C0 and 19. RGB value is (207,192,25). Sum of RGB (Red+Green+Blue) = 207+192+25=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC019 is #303FE6. Grayscale: #B2B2B2. Windows color (decimal): -3162087 or 1687759. OLE color: 1687759.

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

Color convert

RGB 207 192 25 -
CMYK 0 0.07 0.88 0.19
HSL 55.05º 0.78% 0.45% -
HSV(B) 55.05º 0.88% 0.81% -
XYZ 44.76 51.03 8.41 -
YUV 177.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 207 192 25 0 0.07 0.88 0.19 55.05 0.78 0.45
Hex CF C0 19 0 7 58 13 37 4E 2D
Octal 317 300 31 0 7 130 23 67 116 55
Binary 11001111 11000000 11001 0 111 1011000 10011 110111 1001110 101101

Color Harmonies of #CFC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC019

Black with #CFC019

Text Example


Text Example

White with #CFC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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