Html Css Color HEX #CDDF73 Mindaro

📋 copy color: '#CDDF73'

red 205 ◦ green 223 ◦ blue 115

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

Shades of Mindaro #CDDF73

Tints of Mindaro #CDDF73

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

 BLUE value IS 115 (45.31% from 255) = 21.18%

R = 37.75%
G = 41.07%
B = 21.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CDDF73 (or 0xCDDF73) is known color: Mindaro. HEX triplet: CD, DF and 73. RGB value is (205,223,115). Sum of RGB (Red+Green+Blue) = 205+223+115=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF73 is #32208C. Grayscale: #CDCDCD. Windows color (decimal): -3285133 or 7593933. OLE color: 7593933.

HSL color Cylindrical-coordinate representation of color #CDDF73: hue angle of 70º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDDF73 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 223 115 -
CMYK 0.08 0 0.48 0.13
HSL 70º 0.63% 0.66% -
HSV(B) 70º 0.48% 0.87% -
XYZ 54.66 66.99 26.27 -
YUV 205.31 77.04 127.78 -
System Red Green Blue C M Y K H S L
Decimal 205 223 115 0.08 0 0.48 0.13 70 0.63 0.66
Hex CD DF 73 8 0 30 D 46 3F 42
Octal 315 337 163 10 0 60 15 106 77 102
Binary 11001101 11011111 1110011 1000 0 110000 1101 1000110 111111 1000010

Color Harmonies of #CDDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF73

Black with #CDDF73

Text Example


Text Example

White with #CDDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF73; }

 p { color: rgb(205,223,115); }

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

background-color css

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

 a { background-color: rgb(205,223,115); }

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

border-color css

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

 span { border-color: rgb(205,223,115); }

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