Html Css Color HEX #CBD86D Goldenrod

📋 copy color: '#CBD86D'

red 203 ◦ green 216 ◦ blue 109

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

Shades of Goldenrod #CBD86D

Tints of Goldenrod #CBD86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.91%

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

R = 38.45%
G = 40.91%
B = 20.64%

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

#CBD86D (or 0xCBD86D) is known color: Goldenrod. HEX triplet: CB, D8 and 6D. RGB value is (203,216,109). Sum of RGB (Red+Green+Blue) = 203+216+109=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD86D is #342792. Grayscale: #C8C8C8. Windows color (decimal): -3418003 or 7198923. OLE color: 7198923.

HSL color Cylindrical-coordinate representation of color #CBD86D: hue angle of 67.29º degrees, saturation: 0.58, 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 #CBD86D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 216 109 -
CMYK 0.06 0 0.50 0.15
HSL 67.29º 0.58% 0.64% -
HSV(B) 67.29º 0.5% 0.85% -
XYZ 51.94 62.91 23.87 -
YUV 199.92 76.69 130.2 -
System Red Green Blue C M Y K H S L
Decimal 203 216 109 0.06 0 0.50 0.15 67.29 0.58 0.64
Hex CB D8 6D 6 0 32 F 43 3A 40
Octal 313 330 155 6 0 62 17 103 72 100
Binary 11001011 11011000 1101101 110 0 110010 1111 1000011 111010 1000000

Color Harmonies of #CBD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD86D

Black with #CBD86D

Text Example


Text Example

White with #CBD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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