Html Css Color HEX #CBD96D Goldenrod

📋 copy color: '#CBD96D'

red 203 ◦ green 217 ◦ blue 109

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

Shades of Goldenrod #CBD96D

Tints of Goldenrod #CBD96D

RGB

 RED value IS 203 (79.69% from 255) = 38.37%

 GREEN value IS 217 (85.16% from 255) = 41.02%

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 38.37%
G = 41.02%
B = 20.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CBD96D (or 0xCBD96D) is known color: Goldenrod. HEX triplet: CB, D9 and 6D. RGB value is (203,217,109). Sum of RGB (Red+Green+Blue) = 203+217+109=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD96D is #342692. Grayscale: #C8C8C8. Windows color (decimal): -3417747 or 7199179. OLE color: 7199179.

HSL color Cylindrical-coordinate representation of color #CBD96D: hue angle of 67.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBD96D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 109 -
CMYK 0.06 0 0.50 0.15
HSL 67.78º 0.59% 0.64% -
HSV(B) 67.78º 0.5% 0.85% -
XYZ 52.2 63.43 23.96 -
YUV 200.5 76.36 129.78 -
System Red Green Blue C M Y K H S L
Decimal 203 217 109 0.06 0 0.50 0.15 67.78 0.59 0.64
Hex CB D9 6D 6 0 32 F 44 3B 40
Octal 313 331 155 6 0 62 17 104 73 100
Binary 11001011 11011001 1101101 110 0 110010 1111 1000100 111011 1000000

Color Harmonies of #CBD96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD96D

Black with #CBD96D

Text Example


Text Example

White with #CBD96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD96D; }

 p { color: rgb(203,217,109); }

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

background-color css

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

 a { background-color: rgb(203,217,109); }

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

border-color css

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

 span { border-color: rgb(203,217,109); }

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