Html Css Color HEX #CBD66D Goldenrod

📋 copy color: '#CBD66D'

red 203 ◦ green 214 ◦ blue 109

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

Shades of Goldenrod #CBD66D

Tints of Goldenrod #CBD66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

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

R = 38.59%
G = 40.68%
B = 20.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CBD66D (or 0xCBD66D) is known color: Goldenrod. HEX triplet: CB, D6 and 6D. RGB value is (203,214,109). Sum of RGB (Red+Green+Blue) = 203+214+109=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD66D is #342992. Grayscale: #C7C7C7. Windows color (decimal): -3418515 or 7198411. OLE color: 7198411.

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

Color convert

RGB 203 214 109 -
CMYK 0.05 0 0.49 0.16
HSL 66.29º 0.56% 0.63% -
HSV(B) 66.29º 0.49% 0.84% -
XYZ 51.44 61.89 23.7 -
YUV 198.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 203 214 109 0.05 0 0.49 0.16 66.29 0.56 0.63
Hex CB D6 6D 5 0 31 10 42 38 3F
Octal 313 326 155 5 0 61 20 102 70 77
Binary 11001011 11010110 1101101 101 0 110001 10000 1000010 111000 111111

Color Harmonies of #CBD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD66D

Black with #CBD66D

Text Example


Text Example

White with #CBD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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