Html Css Color HEX #CDDB65 Goldenrod

📋 copy color: '#CDDB65'

red 205 ◦ green 219 ◦ blue 101

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

Shades of Goldenrod #CDDB65

Tints of Goldenrod #CDDB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.24%

R = 39.05%
G = 41.71%
B = 19.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#CDDB65 (or 0xCDDB65) is known color: Goldenrod. HEX triplet: CD, DB and 65. RGB value is (205,219,101). Sum of RGB (Red+Green+Blue) = 205+219+101=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB65 is #32249A. Grayscale: #C9C9C9. Windows color (decimal): -3286171 or 6675405. OLE color: 6675405.

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

Color convert

RGB 205 219 101 -
CMYK 0.06 0 0.54 0.14
HSL 67.12º 0.62% 0.63% -
HSV(B) 67.12º 0.54% 0.86% -
XYZ 52.86 64.58 21.99 -
YUV 201.36 71.36 130.59 -
System Red Green Blue C M Y K H S L
Decimal 205 219 101 0.06 0 0.54 0.14 67.12 0.62 0.63
Hex CD DB 65 6 0 36 E 43 3E 3F
Octal 315 333 145 6 0 66 16 103 76 77
Binary 11001101 11011011 1100101 110 0 110110 1110 1000011 111110 111111

Color Harmonies of #CDDB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB65

Black with #CDDB65

Text Example


Text Example

White with #CDDB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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