Html Css Color HEX #CFC119 Bird Flower

📋 copy color: '#CFC119'

red 207 ◦ green 193 ◦ blue 25

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

Shades of Bird Flower #CFC119

Tints of Bird Flower #CFC119

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.41%

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

R = 48.71%
G = 45.41%
B = 5.88%

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

#CFC119 (or 0xCFC119) is known color: Bird Flower. HEX triplet: CF, C1 and 19. RGB value is (207,193,25). Sum of RGB (Red+Green+Blue) = 207+193+25=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC119 is #303EE6. Grayscale: #B2B2B2. Windows color (decimal): -3161831 or 1688015. OLE color: 1688015.

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

Color convert

RGB 207 193 25 -
CMYK 0 0.07 0.88 0.19
HSL 55.38º 0.78% 0.45% -
HSV(B) 55.38º 0.88% 0.81% -
XYZ 44.98 51.48 8.48 -
YUV 178.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 207 193 25 0 0.07 0.88 0.19 55.38 0.78 0.45
Hex CF C1 19 0 7 58 13 37 4E 2D
Octal 317 301 31 0 7 130 23 67 116 55
Binary 11001111 11000001 11001 0 111 1011000 10011 110111 1001110 101101

Color Harmonies of #CFC119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC119

Black with #CFC119

Text Example


Text Example

White with #CFC119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC119; }

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

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

background-color css

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

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

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

border-color css

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

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

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