Html Css Color HEX #CFC501 Bird Flower

📋 copy color: '#CFC501'

red 207 ◦ green 197 ◦ blue 1

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

Shades of Bird Flower #CFC501

Tints of Bird Flower #CFC501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 51.11%
G = 48.64%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFC501 (or 0xCFC501) is known color: Bird Flower. HEX triplet: CF, C5 and 01. RGB value is (207,197,1). Sum of RGB (Red+Green+Blue) = 207+197+1=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC501 is #303AFE. Grayscale: #B2B2B2. Windows color (decimal): -3160831 or 116175. OLE color: 116175.

HSL color Cylindrical-coordinate representation of color #CFC501: hue angle of 57.09º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFC501 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 197 1 -
CMYK 0 0.05 1.00 0.19
HSL 57.09º 0.99% 0.41% -
HSV(B) 57.09º 1% 0.81% -
XYZ 45.7 53.2 7.89 -
YUV 177.65 28.31 148.94 -
System Red Green Blue C M Y K H S L
Decimal 207 197 1 0 0.05 1.00 0.19 57.09 0.99 0.41
Hex CF C5 1 0 5 64 13 39 63 29
Octal 317 305 1 0 5 144 23 71 143 51
Binary 11001111 11000101 1 0 101 1100100 10011 111001 1100011 101001

Color Harmonies of #CFC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC501

Black with #CFC501

Text Example


Text Example

White with #CFC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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