Html Css Color HEX #CFC713 Bird Flower

📋 copy color: '#CFC713'

red 207 ◦ green 199 ◦ blue 19

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

Shades of Bird Flower #CFC713

Tints of Bird Flower #CFC713

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.82%

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

R = 48.71%
G = 46.82%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFC713 (or 0xCFC713) is known color: Bird Flower. HEX triplet: CF, C7 and 13. RGB value is (207,199,19). Sum of RGB (Red+Green+Blue) = 207+199+19=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC713 is #3038EC. Grayscale: #B5B5B5. Windows color (decimal): -3160301 or 1296335. OLE color: 1296335.

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

Color convert

RGB 207 199 19 -
CMYK 0 0.04 0.91 0.19
HSL 57.45º 0.83% 0.44% -
HSV(B) 57.45º 0.91% 0.81% -
XYZ 46.27 54.16 8.63 -
YUV 180.87 36.65 146.64 -
System Red Green Blue C M Y K H S L
Decimal 207 199 19 0 0.04 0.91 0.19 57.45 0.83 0.44
Hex CF C7 13 0 4 5B 13 39 53 2C
Octal 317 307 23 0 4 133 23 71 123 54
Binary 11001111 11000111 10011 0 100 1011011 10011 111001 1010011 101100

Color Harmonies of #CFC713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC713

Black with #CFC713

Text Example


Text Example

White with #CFC713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC713; }

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

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

background-color css

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

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

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

border-color css

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

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

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