Html Css Color HEX #CDDC05 Bird Flower

📋 copy color: '#CDDC05'

red 205 ◦ green 220 ◦ blue 5

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

Shades of Bird Flower #CDDC05

Tints of Bird Flower #CDDC05

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.16%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 47.67%
G = 51.16%
B = 1.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#CDDC05 (or 0xCDDC05) is known color: Bird Flower. HEX triplet: CD, DC and 05. RGB value is (205,220,5). Sum of RGB (Red+Green+Blue) = 205+220+5=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC05 is #3223FA. Grayscale: #BFBFBF. Windows color (decimal): -3286011 or 384205. OLE color: 384205.

HSL color Cylindrical-coordinate representation of color #CDDC05: hue angle of 64.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDDC05 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 5 -
CMYK 0.07 0 0.98 0.14
HSL 64.19º 0.96% 0.44% -
HSV(B) 64.19º 0.98% 0.86% -
XYZ 50.8 64.18 9.85 -
YUV 191.01 23.03 137.98 -
System Red Green Blue C M Y K H S L
Decimal 205 220 5 0.07 0 0.98 0.14 64.19 0.96 0.44
Hex CD DC 5 7 0 62 E 40 60 2C
Octal 315 334 5 7 0 142 16 100 140 54
Binary 11001101 11011100 101 111 0 1100010 1110 1000000 1100000 101100

Color Harmonies of #CDDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC05

Black with #CDDC05

Text Example


Text Example

White with #CDDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC05; }

 p { color: rgb(205,220,5); }

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

background-color css

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

 a { background-color: rgb(205,220,5); }

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

border-color css

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

 span { border-color: rgb(205,220,5); }

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