Html Css Color HEX #CFC513 Bird Flower

📋 copy color: '#CFC513'

red 207 ◦ green 197 ◦ blue 19

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

Shades of Bird Flower #CFC513

Tints of Bird Flower #CFC513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.49%

R = 48.94%
G = 46.57%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFC513 (or 0xCFC513) is known color: Bird Flower. HEX triplet: CF, C5 and 13. RGB value is (207,197,19). Sum of RGB (Red+Green+Blue) = 207+197+19=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC513 is #303AEC. Grayscale: #B4B4B4. Windows color (decimal): -3160813 or 1295823. OLE color: 1295823.

HSL color Cylindrical-coordinate representation of color #CFC513: hue angle of 56.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFC513 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 197 19 -
CMYK 0 0.05 0.91 0.19
HSL 56.81º 0.83% 0.44% -
HSV(B) 56.81º 0.91% 0.81% -
XYZ 45.82 53.24 8.48 -
YUV 179.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 207 197 19 0 0.05 0.91 0.19 56.81 0.83 0.44
Hex CF C5 13 0 5 5B 13 39 53 2C
Octal 317 305 23 0 5 133 23 71 123 54
Binary 11001111 11000101 10011 0 101 1011011 10011 111001 1010011 101100

Color Harmonies of #CFC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC513

Black with #CFC513

Text Example


Text Example

White with #CFC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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