Html Css Color HEX #CDDB06 Bird Flower

📋 copy color: '#CDDB06'

red 205 ◦ green 219 ◦ blue 6

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

Shades of Bird Flower #CDDB06

Tints of Bird Flower #CDDB06

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.93%

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

R = 47.67%
G = 50.93%
B = 1.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#CDDB06 (or 0xCDDB06) is known color: Bird Flower. HEX triplet: CD, DB and 06. RGB value is (205,219,6). Sum of RGB (Red+Green+Blue) = 205+219+6=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB06 is #3224F9. Grayscale: #BFBFBF. Windows color (decimal): -3286266 or 449485. OLE color: 449485.

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

Color convert

RGB 205 219 6 -
CMYK 0.06 0 0.97 0.14
HSL 63.94º 0.95% 0.44% -
HSV(B) 63.94º 0.97% 0.86% -
XYZ 50.54 63.66 9.8 -
YUV 190.53 23.86 138.32 -
System Red Green Blue C M Y K H S L
Decimal 205 219 6 0.06 0 0.97 0.14 63.94 0.95 0.44
Hex CD DB 6 6 0 61 E 40 5F 2C
Octal 315 333 6 6 0 141 16 100 137 54
Binary 11001101 11011011 110 110 0 1100001 1110 1000000 1011111 101100

Color Harmonies of #CDDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB06

Black with #CDDB06

Text Example


Text Example

White with #CDDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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