Html Css Color HEX #CFC70F Bird Flower

📋 copy color: '#CFC70F'

red 207 ◦ green 199 ◦ blue 15

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

Shades of Bird Flower #CFC70F

Tints of Bird Flower #CFC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 49.17%
G = 47.27%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CFC70F (or 0xCFC70F) is known color: Bird Flower. HEX triplet: CF, C7 and 0F. RGB value is (207,199,15). Sum of RGB (Red+Green+Blue) = 207+199+15=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC70F is #3038F0. Grayscale: #B5B5B5. Windows color (decimal): -3160305 or 1034191. OLE color: 1034191.

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

Color convert

RGB 207 199 15 -
CMYK 0 0.04 0.93 0.19
HSL 57.5º 0.86% 0.44% -
HSV(B) 57.5º 0.93% 0.81% -
XYZ 46.24 54.15 8.47 -
YUV 180.42 34.65 146.96 -
System Red Green Blue C M Y K H S L
Decimal 207 199 15 0 0.04 0.93 0.19 57.5 0.86 0.44
Hex CF C7 F 0 4 5D 13 3A 56 2C
Octal 317 307 17 0 4 135 23 72 126 54
Binary 11001111 11000111 1111 0 100 1011101 10011 111010 1010110 101100

Color Harmonies of #CFC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC70F

Black with #CFC70F

Text Example


Text Example

White with #CFC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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