Html Css Color HEX #CDDA6C Goldenrod

📋 copy color: '#CDDA6C'

red 205 ◦ green 218 ◦ blue 108

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

Shades of Goldenrod #CDDA6C

Tints of Goldenrod #CDDA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.34%

R = 38.61%
G = 41.05%
B = 20.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CDDA6C (or 0xCDDA6C) is known color: Goldenrod. HEX triplet: CD, DA and 6C. RGB value is (205,218,108). Sum of RGB (Red+Green+Blue) = 205+218+108=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA6C is #322593. Grayscale: #CACACA. Windows color (decimal): -3286420 or 7133901. OLE color: 7133901.

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

Color convert

RGB 205 218 108 -
CMYK 0.06 0 0.50 0.15
HSL 67.09º 0.6% 0.64% -
HSV(B) 67.09º 0.5% 0.85% -
XYZ 52.96 64.2 23.79 -
YUV 201.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 205 218 108 0.06 0 0.50 0.15 67.09 0.6 0.64
Hex CD DA 6C 6 0 32 F 43 3C 40
Octal 315 332 154 6 0 62 17 103 74 100
Binary 11001101 11011010 1101100 110 0 110010 1111 1000011 111100 1000000

Color Harmonies of #CDDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA6C

Black with #CDDA6C

Text Example


Text Example

White with #CDDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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