Html Css Color HEX #CDDB75 Goldenrod

📋 copy color: '#CDDB75'

red 205 ◦ green 219 ◦ blue 117

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

Shades of Goldenrod #CDDB75

Tints of Goldenrod #CDDB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.63%

R = 37.89%
G = 40.48%
B = 21.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#CDDB75 (or 0xCDDB75) is known color: Goldenrod. HEX triplet: CD, DB and 75. RGB value is (205,219,117). Sum of RGB (Red+Green+Blue) = 205+219+117=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB75 is #32248A. Grayscale: #CBCBCB. Windows color (decimal): -3286155 or 7723981. OLE color: 7723981.

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

Color convert

RGB 205 219 117 -
CMYK 0.06 0 0.47 0.14
HSL 68.24º 0.59% 0.66% -
HSV(B) 68.24º 0.47% 0.86% -
XYZ 53.72 64.93 26.53 -
YUV 203.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 205 219 117 0.06 0 0.47 0.14 68.24 0.59 0.66
Hex CD DB 75 6 0 2F E 44 3B 42
Octal 315 333 165 6 0 57 16 104 73 102
Binary 11001101 11011011 1110101 110 0 101111 1110 1000100 111011 1000010

Color Harmonies of #CDDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB75

Black with #CDDB75

Text Example


Text Example

White with #CDDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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