Html Css Color HEX #CDDB6C Goldenrod

📋 copy color: '#CDDB6C'

red 205 ◦ green 219 ◦ blue 108

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

Shades of Goldenrod #CDDB6C

Tints of Goldenrod #CDDB6C

RGB

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

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

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

R = 38.53%
G = 41.17%
B = 20.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#CDDB6C (or 0xCDDB6C) is known color: Goldenrod. HEX triplet: CD, DB and 6C. RGB value is (205,219,108). Sum of RGB (Red+Green+Blue) = 205+219+108=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB6C is #322493. Grayscale: #CACACA. Windows color (decimal): -3286164 or 7134157. OLE color: 7134157.

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

Color convert

RGB 205 219 108 -
CMYK 0.06 0 0.51 0.14
HSL 67.57º 0.61% 0.64% -
HSV(B) 67.57º 0.51% 0.86% -
XYZ 53.22 64.72 23.88 -
YUV 202.16 74.86 130.03 -
System Red Green Blue C M Y K H S L
Decimal 205 219 108 0.06 0 0.51 0.14 67.57 0.61 0.64
Hex CD DB 6C 6 0 33 E 44 3D 40
Octal 315 333 154 6 0 63 16 104 75 100
Binary 11001101 11011011 1101100 110 0 110011 1110 1000100 111101 1000000

Color Harmonies of #CDDB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB6C

Black with #CDDB6C

Text Example


Text Example

White with #CDDB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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