Html Css Color HEX #CFD504 Bird Flower

📋 copy color: '#CFD504'

red 207 ◦ green 213 ◦ blue 4

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

Shades of Bird Flower #CFD504

Tints of Bird Flower #CFD504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 48.82%
G = 50.24%
B = 0.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#CFD504 (or 0xCFD504) is known color: Bird Flower. HEX triplet: CF, D5 and 04. RGB value is (207,213,4). Sum of RGB (Red+Green+Blue) = 207+213+4=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD504 is #302AFB. Grayscale: #BCBCBC. Windows color (decimal): -3156732 or 316879. OLE color: 316879.

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

Color convert

RGB 207 213 4 -
CMYK 0.03 0 0.98 0.16
HSL 61.72º 0.96% 0.43% -
HSV(B) 61.72º 0.98% 0.84% -
XYZ 49.55 60.86 9.25 -
YUV 187.38 24.51 141.99 -
System Red Green Blue C M Y K H S L
Decimal 207 213 4 0.03 0 0.98 0.16 61.72 0.96 0.43
Hex CF D5 4 3 0 62 10 3E 60 2B
Octal 317 325 4 3 0 142 20 76 140 53
Binary 11001111 11010101 100 11 0 1100010 10000 111110 1100000 101011

Color Harmonies of #CFD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD504

Black with #CFD504

Text Example


Text Example

White with #CFD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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