Html Css Color HEX #CFC015 Bird Flower

📋 copy color: '#CFC015'

red 207 ◦ green 192 ◦ blue 21

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

Shades of Bird Flower #CFC015

Tints of Bird Flower #CFC015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

 BLUE value IS 21 (8.59% from 255) = 5%

R = 49.29%
G = 45.71%
B = 5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFC015 (or 0xCFC015) is known color: Bird Flower. HEX triplet: CF, C0 and 15. RGB value is (207,192,21). Sum of RGB (Red+Green+Blue) = 207+192+21=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC015 is #303FEA. Grayscale: #B1B1B1. Windows color (decimal): -3162091 or 1425615. OLE color: 1425615.

HSL color Cylindrical-coordinate representation of color #CFC015: hue angle of 55.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFC015 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 21 -
CMYK 0 0.07 0.90 0.19
HSL 55.16º 0.82% 0.45% -
HSV(B) 55.16º 0.9% 0.81% -
XYZ 44.72 51.02 8.2 -
YUV 176.99 39.97 149.4 -
System Red Green Blue C M Y K H S L
Decimal 207 192 21 0 0.07 0.90 0.19 55.16 0.82 0.45
Hex CF C0 15 0 7 5A 13 37 52 2D
Octal 317 300 25 0 7 132 23 67 122 55
Binary 11001111 11000000 10101 0 111 1011010 10011 110111 1010010 101101

Color Harmonies of #CFC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC015

Black with #CFC015

Text Example


Text Example

White with #CFC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC015; }

 p { color: rgb(207,192,21); }

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

background-color css

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

 a { background-color: rgb(207,192,21); }

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

border-color css

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

 span { border-color: rgb(207,192,21); }

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