Html Css Color HEX #CDDA69 Goldenrod

📋 copy color: '#CDDA69'

red 205 ◦ green 218 ◦ blue 105

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

Shades of Goldenrod #CDDA69

Tints of Goldenrod #CDDA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.89%

R = 38.83%
G = 41.29%
B = 19.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#CDDA69 (or 0xCDDA69) is known color: Goldenrod. HEX triplet: CD, DA and 69. RGB value is (205,218,105). Sum of RGB (Red+Green+Blue) = 205+218+105=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA69 is #322596. Grayscale: #C9C9C9. Windows color (decimal): -3286423 or 6937293. OLE color: 6937293.

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

Color convert

RGB 205 218 105 -
CMYK 0.06 0 0.52 0.15
HSL 66.9º 0.6% 0.63% -
HSV(B) 66.9º 0.52% 0.85% -
XYZ 52.8 64.14 22.96 -
YUV 201.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 205 218 105 0.06 0 0.52 0.15 66.9 0.6 0.63
Hex CD DA 69 6 0 34 F 43 3C 3F
Octal 315 332 151 6 0 64 17 103 74 77
Binary 11001101 11011010 1101001 110 0 110100 1111 1000011 111100 111111

Color Harmonies of #CDDA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA69

Black with #CDDA69

Text Example


Text Example

White with #CDDA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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