Html Css Color HEX #CFC70E Bird Flower

📋 copy color: '#CFC70E'

red 207 ◦ green 199 ◦ blue 14

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

Shades of Bird Flower #CFC70E

Tints of Bird Flower #CFC70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 49.29%
G = 47.38%
B = 3.33%

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

#CFC70E (or 0xCFC70E) is known color: Bird Flower. HEX triplet: CF, C7 and 0E. RGB value is (207,199,14). Sum of RGB (Red+Green+Blue) = 207+199+14=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC70E is #3038F1. Grayscale: #B5B5B5. Windows color (decimal): -3160306 or 968655. OLE color: 968655.

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

Color convert

RGB 207 199 14 -
CMYK 0 0.04 0.93 0.19
HSL 57.51º 0.87% 0.43% -
HSV(B) 57.51º 0.93% 0.81% -
XYZ 46.23 54.14 8.43 -
YUV 180.3 34.15 147.04 -
System Red Green Blue C M Y K H S L
Decimal 207 199 14 0 0.04 0.93 0.19 57.51 0.87 0.43
Hex CF C7 E 0 4 5D 13 3A 57 2B
Octal 317 307 16 0 4 135 23 72 127 53
Binary 11001111 11000111 1110 0 100 1011101 10011 111010 1010111 101011

Color Harmonies of #CFC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC70E

Black with #CFC70E

Text Example


Text Example

White with #CFC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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