Html Css Color HEX #CBD76D Goldenrod

📋 copy color: '#CBD76D'

red 203 ◦ green 215 ◦ blue 109

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

Shades of Goldenrod #CBD76D

Tints of Goldenrod #CBD76D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

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

R = 38.52%
G = 40.8%
B = 20.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CBD76D (or 0xCBD76D) is known color: Goldenrod. HEX triplet: CB, D7 and 6D. RGB value is (203,215,109). Sum of RGB (Red+Green+Blue) = 203+215+109=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD76D is #342892. Grayscale: #C7C7C7. Windows color (decimal): -3418259 or 7198667. OLE color: 7198667.

HSL color Cylindrical-coordinate representation of color #CBD76D: hue angle of 66.79º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBD76D is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 215 109 -
CMYK 0.06 0 0.49 0.16
HSL 66.79º 0.57% 0.64% -
HSV(B) 66.79º 0.49% 0.84% -
XYZ 51.69 62.4 23.79 -
YUV 199.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 203 215 109 0.06 0 0.49 0.16 66.79 0.57 0.64
Hex CB D7 6D 6 0 31 10 43 39 40
Octal 313 327 155 6 0 61 20 103 71 100
Binary 11001011 11010111 1101101 110 0 110001 10000 1000011 111001 1000000

Color Harmonies of #CBD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD76D

Black with #CBD76D

Text Example


Text Example

White with #CBD76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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