Html Css Color HEX #CDD968 Goldenrod

📋 copy color: '#CDD968'

red 205 ◦ green 217 ◦ blue 104

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

Shades of Goldenrod #CDD968

Tints of Goldenrod #CDD968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.25%

 BLUE value IS 104 (41.02% from 255) = 19.77%

R = 38.97%
G = 41.25%
B = 19.77%

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

#CDD968 (or 0xCDD968) is known color: Goldenrod. HEX triplet: CD, D9 and 68. RGB value is (205,217,104). Sum of RGB (Red+Green+Blue) = 205+217+104=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD968 is #322697. Grayscale: #C8C8C8. Windows color (decimal): -3286680 or 6871501. OLE color: 6871501.

HSL color Cylindrical-coordinate representation of color #CDD968: hue angle of 66.37º 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 #CDD968 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 104 -
CMYK 0.06 0 0.52 0.15
HSL 66.37º 0.6% 0.63% -
HSV(B) 66.37º 0.52% 0.85% -
XYZ 52.49 63.6 22.61 -
YUV 200.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 205 217 104 0.06 0 0.52 0.15 66.37 0.6 0.63
Hex CD D9 68 6 0 34 F 42 3C 3F
Octal 315 331 150 6 0 64 17 102 74 77
Binary 11001101 11011001 1101000 110 0 110100 1111 1000010 111100 111111

Color Harmonies of #CDD968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD968

Black with #CDD968

Text Example


Text Example

White with #CDD968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD968; }

 p { color: rgb(205,217,104); }

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

background-color css

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

 a { background-color: rgb(205,217,104); }

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

border-color css

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

 span { border-color: rgb(205,217,104); }

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