Html Css Color HEX #CFC515 Bird Flower

📋 copy color: '#CFC515'

red 207 ◦ green 197 ◦ blue 21

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

Shades of Bird Flower #CFC515

Tints of Bird Flower #CFC515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

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

R = 48.71%
G = 46.35%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFC515 (or 0xCFC515) is known color: Bird Flower. HEX triplet: CF, C5 and 15. RGB value is (207,197,21). Sum of RGB (Red+Green+Blue) = 207+197+21=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC515 is #303AEA. Grayscale: #B4B4B4. Windows color (decimal): -3160811 or 1426895. OLE color: 1426895.

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

Color convert

RGB 207 197 21 -
CMYK 0 0.05 0.90 0.19
HSL 56.77º 0.82% 0.45% -
HSV(B) 56.77º 0.9% 0.81% -
XYZ 45.83 53.25 8.57 -
YUV 179.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 207 197 21 0 0.05 0.90 0.19 56.77 0.82 0.45
Hex CF C5 15 0 5 5A 13 39 52 2D
Octal 317 305 25 0 5 132 23 71 122 55
Binary 11001111 11000101 10101 0 101 1011010 10011 111001 1010010 101101

Color Harmonies of #CFC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC515

Black with #CFC515

Text Example


Text Example

White with #CFC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC515; }

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

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

background-color css

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

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

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

border-color css

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

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

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