Html Css Color HEX #CDD704 Bird Flower

📋 copy color: '#CDD704'

red 205 ◦ green 215 ◦ blue 4

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

Shades of Bird Flower #CDD704

Tints of Bird Flower #CDD704

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.71%

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

R = 48.35%
G = 50.71%
B = 0.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#CDD704 (or 0xCDD704) is known color: Bird Flower. HEX triplet: CD, D7 and 04. RGB value is (205,215,4). Sum of RGB (Red+Green+Blue) = 205+215+4=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD704 is #3228FB. Grayscale: #BCBCBC. Windows color (decimal): -3287292 or 317389. OLE color: 317389.

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

Color convert

RGB 205 215 4 -
CMYK 0.05 0 0.98 0.16
HSL 62.84º 0.96% 0.43% -
HSV(B) 62.84º 0.98% 0.84% -
XYZ 49.5 61.59 9.39 -
YUV 187.96 24.19 140.16 -
System Red Green Blue C M Y K H S L
Decimal 205 215 4 0.05 0 0.98 0.16 62.84 0.96 0.43
Hex CD D7 4 5 0 62 10 3F 60 2B
Octal 315 327 4 5 0 142 20 77 140 53
Binary 11001101 11010111 100 101 0 1100010 10000 111111 1100000 101011

Color Harmonies of #CDD704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD704

Black with #CDD704

Text Example


Text Example

White with #CDD704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD704; }

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

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

background-color css

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

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

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

border-color css

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

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

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