Html Css Color HEX #CBDB6E Goldenrod

📋 copy color: '#CBDB6E'

red 203 ◦ green 219 ◦ blue 110

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

Shades of Goldenrod #CBDB6E

Tints of Goldenrod #CBDB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 38.16%
G = 41.17%
B = 20.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#CBDB6E (or 0xCBDB6E) is known color: Goldenrod. HEX triplet: CB, DB and 6E. RGB value is (203,219,110). Sum of RGB (Red+Green+Blue) = 203+219+110=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB6E is #342491. Grayscale: #CACACA. Windows color (decimal): -3417234 or 7265227. OLE color: 7265227.

HSL color Cylindrical-coordinate representation of color #CBDB6E: hue angle of 68.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBDB6E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 110 -
CMYK 0.07 0 0.50 0.14
HSL 68.81º 0.6% 0.65% -
HSV(B) 68.81º 0.5% 0.86% -
XYZ 52.77 64.49 24.42 -
YUV 201.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 203 219 110 0.07 0 0.50 0.14 68.81 0.6 0.65
Hex CB DB 6E 7 0 32 E 45 3C 41
Octal 313 333 156 7 0 62 16 105 74 101
Binary 11001011 11011011 1101110 111 0 110010 1110 1000101 111100 1000001

Color Harmonies of #CBDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDB6E

Black with #CBDB6E

Text Example


Text Example

White with #CBDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDB6E; }

 p { color: rgb(203,219,110); }

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

background-color css

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

 a { background-color: rgb(203,219,110); }

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

border-color css

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

 span { border-color: rgb(203,219,110); }

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