Html Css Color HEX #CFD500 Bird Flower

📋 copy color: '#CFD500'

red 207 ◦ green 213 ◦ blue 0

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

Shades of Bird Flower #CFD500

Tints of Bird Flower #CFD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.71%

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

R = 49.29%
G = 50.71%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#CFD500 (or 0xCFD500) is known color: Bird Flower. HEX triplet: CF, D5 and 00. RGB value is (207,213,0). Sum of RGB (Red+Green+Blue) = 207+213+0=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD500 is #302AFF. Grayscale: #BBBBBB. Windows color (decimal): -3156736 or 54735. OLE color: 54735.

HSL color Cylindrical-coordinate representation of color #CFD500: hue angle of 61.69º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFD500 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 0 -
CMYK 0.03 0 1 0.16
HSL 61.69º 1% 0.42% -
HSV(B) 61.69º 1% 0.84% -
XYZ 49.53 60.85 9.14 -
YUV 186.92 22.51 142.32 -
System Red Green Blue C M Y K H S L
Decimal 207 213 0 0.03 0 1 0.16 61.69 1 0.42
Hex CF D5 0 3 0 64 10 3E 64 2A
Octal 317 325 0 3 0 144 20 76 144 52
Binary 11001111 11010101 0 11 0 1100100 10000 111110 1100100 101010

Color Harmonies of #CFD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD500

Black with #CFD500

Text Example


Text Example

White with #CFD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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