Html Css Color HEX #CFC519 Bird Flower

📋 copy color: '#CFC519'

red 207 ◦ green 197 ◦ blue 25

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

Shades of Bird Flower #CFC519

Tints of Bird Flower #CFC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.92%

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

R = 48.25%
G = 45.92%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFC519 (or 0xCFC519) is known color: Bird Flower. HEX triplet: CF, C5 and 19. RGB value is (207,197,25). Sum of RGB (Red+Green+Blue) = 207+197+25=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC519 is #303AE6. Grayscale: #B5B5B5. Windows color (decimal): -3160807 or 1689039. OLE color: 1689039.

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

Color convert

RGB 207 197 25 -
CMYK 0 0.05 0.88 0.19
HSL 56.7º 0.78% 0.45% -
HSV(B) 56.7º 0.88% 0.81% -
XYZ 45.87 53.27 8.78 -
YUV 180.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 207 197 25 0 0.05 0.88 0.19 56.7 0.78 0.45
Hex CF C5 19 0 5 58 13 39 4E 2D
Octal 317 305 31 0 5 130 23 71 116 55
Binary 11001111 11000101 11001 0 101 1011000 10011 111001 1001110 101101

Color Harmonies of #CFC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC519

Black with #CFC519

Text Example


Text Example

White with #CFC519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC519; }

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

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

background-color css

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

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

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

border-color css

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

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

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