Html Css Color HEX #CDD003 Bird Flower

📋 copy color: '#CDD003'

red 205 ◦ green 208 ◦ blue 3

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

Shades of Bird Flower #CDD003

Tints of Bird Flower #CDD003

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 49.28%
G = 50%
B = 0.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#CDD003 (or 0xCDD003) is known color: Bird Flower. HEX triplet: CD, D0 and 03. RGB value is (205,208,3). Sum of RGB (Red+Green+Blue) = 205+208+3=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD003 is #322FFC. Grayscale: #B8B8B8. Windows color (decimal): -3289085 or 250061. OLE color: 250061.

HSL color Cylindrical-coordinate representation of color #CDD003: hue angle of 60.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDD003 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 3 -
CMYK 0.01 0 0.99 0.18
HSL 60.88º 0.97% 0.41% -
HSV(B) 60.88º 0.99% 0.82% -
XYZ 47.75 58.1 8.78 -
YUV 183.73 26.01 143.17 -
System Red Green Blue C M Y K H S L
Decimal 205 208 3 0.01 0 0.99 0.18 60.88 0.97 0.41
Hex CD D0 3 1 0 63 12 3D 61 29
Octal 315 320 3 1 0 143 22 75 141 51
Binary 11001101 11010000 11 1 0 1100011 10010 111101 1100001 101001

Color Harmonies of #CDD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD003

Black with #CDD003

Text Example


Text Example

White with #CDD003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD003; }

 p { color: rgb(205,208,3); }

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

background-color css

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

 a { background-color: rgb(205,208,3); }

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

border-color css

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

 span { border-color: rgb(205,208,3); }

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