Html Css Color HEX #CDDA06 Bird Flower

📋 copy color: '#CDDA06'

red 205 ◦ green 218 ◦ blue 6

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

Shades of Bird Flower #CDDA06

Tints of Bird Flower #CDDA06

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.82%

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 47.79%
G = 50.82%
B = 1.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#CDDA06 (or 0xCDDA06) is known color: Bird Flower. HEX triplet: CD, DA and 06. RGB value is (205,218,6). Sum of RGB (Red+Green+Blue) = 205+218+6=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDA06 is #3225F9. Grayscale: #BEBEBE. Windows color (decimal): -3286522 or 449229. OLE color: 449229.

HSL color Cylindrical-coordinate representation of color #CDDA06: hue angle of 63.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDDA06 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 6 -
CMYK 0.06 0 0.97 0.15
HSL 63.68º 0.95% 0.44% -
HSV(B) 63.68º 0.97% 0.85% -
XYZ 50.28 63.14 9.71 -
YUV 189.95 24.19 138.74 -
System Red Green Blue C M Y K H S L
Decimal 205 218 6 0.06 0 0.97 0.15 63.68 0.95 0.44
Hex CD DA 6 6 0 61 F 40 5F 2C
Octal 315 332 6 6 0 141 17 100 137 54
Binary 11001101 11011010 110 110 0 1100001 1111 1000000 1011111 101100

Color Harmonies of #CDDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA06

Black with #CDDA06

Text Example


Text Example

White with #CDDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA06; }

 p { color: rgb(205,218,6); }

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

background-color css

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

 a { background-color: rgb(205,218,6); }

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

border-color css

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

 span { border-color: rgb(205,218,6); }

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