Html Css Color HEX #CDD504 Bird Flower

📋 copy color: '#CDD504'

red 205 ◦ green 213 ◦ blue 4

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

Shades of Bird Flower #CDD504

Tints of Bird Flower #CDD504

RGB

 RED value IS 205 (80.47% from 255) = 48.58%

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

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

R = 48.58%
G = 50.47%
B = 0.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#CDD504 (or 0xCDD504) is known color: Bird Flower. HEX triplet: CD, D5 and 04. RGB value is (205,213,4). Sum of RGB (Red+Green+Blue) = 205+213+4=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD504 is #322AFB. Grayscale: #BBBBBB. Windows color (decimal): -3287804 or 316877. OLE color: 316877.

HSL color Cylindrical-coordinate representation of color #CDD504: hue angle of 62.3º 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 #CDD504 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 4 -
CMYK 0.04 0 0.98 0.16
HSL 62.3º 0.96% 0.43% -
HSV(B) 62.3º 0.98% 0.84% -
XYZ 48.99 60.58 9.23 -
YUV 186.78 24.85 140.99 -
System Red Green Blue C M Y K H S L
Decimal 205 213 4 0.04 0 0.98 0.16 62.3 0.96 0.43
Hex CD D5 4 4 0 62 10 3E 60 2B
Octal 315 325 4 4 0 142 20 76 140 53
Binary 11001101 11010101 100 100 0 1100010 10000 111110 1100000 101011

Color Harmonies of #CDD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD504

Black with #CDD504

Text Example


Text Example

White with #CDD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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