Html Css Color HEX #CFC500 Bird Flower

📋 copy color: '#CFC500'

red 207 ◦ green 197 ◦ blue 0

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

Shades of Bird Flower #CFC500

Tints of Bird Flower #CFC500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.24%
G = 48.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFC500 (or 0xCFC500) is known color: Bird Flower. HEX triplet: CF, C5 and 00. RGB value is (207,197,0). Sum of RGB (Red+Green+Blue) = 207+197+0=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC500 is #303AFF. Grayscale: #B2B2B2. Windows color (decimal): -3160832 or 50639. OLE color: 50639.

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

Color convert

RGB 207 197 0 -
CMYK 0 0.05 1 0.19
HSL 57.1º 1% 0.41% -
HSV(B) 57.1º 1% 0.81% -
XYZ 45.7 53.2 7.86 -
YUV 177.53 27.81 149.02 -
System Red Green Blue C M Y K H S L
Decimal 207 197 0 0 0.05 1 0.19 57.1 1 0.41
Hex CF C5 0 0 5 64 13 39 64 29
Octal 317 305 0 0 5 144 23 71 144 51
Binary 11001111 11000101 0 0 101 1100100 10011 111001 1100100 101001

Color Harmonies of #CFC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC500

Black with #CFC500

Text Example


Text Example

White with #CFC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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