Html Css Color HEX #CFC915 Bird Flower

📋 copy color: '#CFC915'

red 207 ◦ green 201 ◦ blue 21

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

Shades of Bird Flower #CFC915

Tints of Bird Flower #CFC915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.85%

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

R = 48.25%
G = 46.85%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFC915 (or 0xCFC915) is known color: Bird Flower. HEX triplet: CF, C9 and 15. RGB value is (207,201,21). Sum of RGB (Red+Green+Blue) = 207+201+21=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC915 is #3036EA. Grayscale: #B7B7B7. Windows color (decimal): -3159787 or 1427919. OLE color: 1427919.

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

Color convert

RGB 207 201 21 -
CMYK 0 0.03 0.90 0.19
HSL 58.06º 0.82% 0.45% -
HSV(B) 58.06º 0.9% 0.81% -
XYZ 46.75 55.09 8.88 -
YUV 182.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 207 201 21 0 0.03 0.90 0.19 58.06 0.82 0.45
Hex CF C9 15 0 3 5A 13 3A 52 2D
Octal 317 311 25 0 3 132 23 72 122 55
Binary 11001111 11001001 10101 0 11 1011010 10011 111010 1010010 101101

Color Harmonies of #CFC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC915

Black with #CFC915

Text Example


Text Example

White with #CFC915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC915; }

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

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

background-color css

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

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

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

border-color css

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

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

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