Html Css Color HEX #CDDB6F Goldenrod

📋 copy color: '#CDDB6F'

red 205 ◦ green 219 ◦ blue 111

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

Shades of Goldenrod #CDDB6F

Tints of Goldenrod #CDDB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.75%

R = 38.32%
G = 40.93%
B = 20.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#CDDB6F (or 0xCDDB6F) is known color: Goldenrod. HEX triplet: CD, DB and 6F. RGB value is (205,219,111). Sum of RGB (Red+Green+Blue) = 205+219+111=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB6F is #322490. Grayscale: #CACACA. Windows color (decimal): -3286161 or 7330765. OLE color: 7330765.

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

Color convert

RGB 205 219 111 -
CMYK 0.06 0 0.49 0.14
HSL 67.78º 0.6% 0.65% -
HSV(B) 67.78º 0.49% 0.86% -
XYZ 53.38 64.79 24.73 -
YUV 202.5 76.36 129.78 -
System Red Green Blue C M Y K H S L
Decimal 205 219 111 0.06 0 0.49 0.14 67.78 0.6 0.65
Hex CD DB 6F 6 0 31 E 44 3C 41
Octal 315 333 157 6 0 61 16 104 74 101
Binary 11001101 11011011 1101111 110 0 110001 1110 1000100 111100 1000001

Color Harmonies of #CDDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB6F

Black with #CDDB6F

Text Example


Text Example

White with #CDDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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