Html Css Color HEX #CDDB6A Goldenrod

📋 copy color: '#CDDB6A'

red 205 ◦ green 219 ◦ blue 106

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

Shades of Goldenrod #CDDB6A

Tints of Goldenrod #CDDB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20%

R = 38.68%
G = 41.32%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#CDDB6A (or 0xCDDB6A) is known color: Goldenrod. HEX triplet: CD, DB and 6A. RGB value is (205,219,106). Sum of RGB (Red+Green+Blue) = 205+219+106=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB6A is #322495. Grayscale: #CACACA. Windows color (decimal): -3286166 or 7003085. OLE color: 7003085.

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

Color convert

RGB 205 219 106 -
CMYK 0.06 0 0.52 0.14
HSL 67.43º 0.61% 0.64% -
HSV(B) 67.43º 0.52% 0.86% -
XYZ 53.11 64.68 23.32 -
YUV 201.93 73.86 130.19 -
System Red Green Blue C M Y K H S L
Decimal 205 219 106 0.06 0 0.52 0.14 67.43 0.61 0.64
Hex CD DB 6A 6 0 34 E 43 3D 40
Octal 315 333 152 6 0 64 16 103 75 100
Binary 11001101 11011011 1101010 110 0 110100 1110 1000011 111101 1000000

Color Harmonies of #CDDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB6A

Black with #CDDB6A

Text Example


Text Example

White with #CDDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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