Html Css Color HEX #CDD302 Bird Flower

📋 copy color: '#CDD302'

red 205 ◦ green 211 ◦ blue 2

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

Shades of Bird Flower #CDD302

Tints of Bird Flower #CDD302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.48%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 49.04%
G = 50.48%
B = 0.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#CDD302 (or 0xCDD302) is known color: Bird Flower. HEX triplet: CD, D3 and 02. RGB value is (205,211,2). Sum of RGB (Red+Green+Blue) = 205+211+2=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD302 is #322CFD. Grayscale: #BABABA. Windows color (decimal): -3288318 or 185293. OLE color: 185293.

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

Color convert

RGB 205 211 2 -
CMYK 0.03 0 0.99 0.17
HSL 61.72º 0.98% 0.42% -
HSV(B) 61.72º 0.99% 0.83% -
XYZ 48.48 59.57 9 -
YUV 185.38 24.51 141.99 -
System Red Green Blue C M Y K H S L
Decimal 205 211 2 0.03 0 0.99 0.17 61.72 0.98 0.42
Hex CD D3 2 3 0 63 11 3E 62 2A
Octal 315 323 2 3 0 143 21 76 142 52
Binary 11001101 11010011 10 11 0 1100011 10001 111110 1100010 101010

Color Harmonies of #CDD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD302

Black with #CDD302

Text Example


Text Example

White with #CDD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD302; }

 p { color: rgb(205,211,2); }

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

background-color css

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

 a { background-color: rgb(205,211,2); }

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

border-color css

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

 span { border-color: rgb(205,211,2); }

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