Html Css Color HEX #CBDB68 Goldenrod

📋 copy color: '#CBDB68'

red 203 ◦ green 219 ◦ blue 104

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

Shades of Goldenrod #CBDB68

Tints of Goldenrod #CBDB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.77%

R = 38.59%
G = 41.63%
B = 19.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#CBDB68 (or 0xCBDB68) is known color: Goldenrod. HEX triplet: CB, DB and 68. RGB value is (203,219,104). Sum of RGB (Red+Green+Blue) = 203+219+104=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB68 is #342497. Grayscale: #C9C9C9. Windows color (decimal): -3417240 or 6872011. OLE color: 6872011.

HSL color Cylindrical-coordinate representation of color #CBDB68: hue angle of 68.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBDB68 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 104 -
CMYK 0.07 0 0.53 0.14
HSL 68.35º 0.61% 0.63% -
HSV(B) 68.35º 0.53% 0.86% -
XYZ 52.46 64.36 22.75 -
YUV 201.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 203 219 104 0.07 0 0.53 0.14 68.35 0.61 0.63
Hex CB DB 68 7 0 35 E 44 3D 3F
Octal 313 333 150 7 0 65 16 104 75 77
Binary 11001011 11011011 1101000 111 0 110101 1110 1000100 111101 111111

Color Harmonies of #CBDB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDB68

Black with #CBDB68

Text Example


Text Example

White with #CBDB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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